3.7.71 \(\int \frac {x^6}{(a+b x^2+c x^4)^2} \, dx\)

Optimal. Leaf size=271 \[ \frac {\left (-\frac {b \left (b^2-8 a c\right )}{\sqrt {b^2-4 a c}}-6 a c+b^2\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right )}{2 \sqrt {2} c^{3/2} \left (b^2-4 a c\right ) \sqrt {b-\sqrt {b^2-4 a c}}}+\frac {\left (\frac {b \left (b^2-8 a c\right )}{\sqrt {b^2-4 a c}}-6 a c+b^2\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {\sqrt {b^2-4 a c}+b}}\right )}{2 \sqrt {2} c^{3/2} \left (b^2-4 a c\right ) \sqrt {\sqrt {b^2-4 a c}+b}}+\frac {x^3 \left (2 a+b x^2\right )}{2 \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )}-\frac {b x}{2 c \left (b^2-4 a c\right )} \]

________________________________________________________________________________________

Rubi [A]  time = 0.57, antiderivative size = 271, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.222, Rules used = {1120, 1279, 1166, 205} \begin {gather*} \frac {\left (-\frac {b \left (b^2-8 a c\right )}{\sqrt {b^2-4 a c}}-6 a c+b^2\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right )}{2 \sqrt {2} c^{3/2} \left (b^2-4 a c\right ) \sqrt {b-\sqrt {b^2-4 a c}}}+\frac {\left (\frac {b \left (b^2-8 a c\right )}{\sqrt {b^2-4 a c}}-6 a c+b^2\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {\sqrt {b^2-4 a c}+b}}\right )}{2 \sqrt {2} c^{3/2} \left (b^2-4 a c\right ) \sqrt {\sqrt {b^2-4 a c}+b}}+\frac {x^3 \left (2 a+b x^2\right )}{2 \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )}-\frac {b x}{2 c \left (b^2-4 a c\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^6/(a + b*x^2 + c*x^4)^2,x]

[Out]

-(b*x)/(2*c*(b^2 - 4*a*c)) + (x^3*(2*a + b*x^2))/(2*(b^2 - 4*a*c)*(a + b*x^2 + c*x^4)) + ((b^2 - 6*a*c - (b*(b
^2 - 8*a*c))/Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b - Sqrt[b^2 - 4*a*c]]])/(2*Sqrt[2]*c^(3/2)*(b
^2 - 4*a*c)*Sqrt[b - Sqrt[b^2 - 4*a*c]]) + ((b^2 - 6*a*c + (b*(b^2 - 8*a*c))/Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2
]*Sqrt[c]*x)/Sqrt[b + Sqrt[b^2 - 4*a*c]]])/(2*Sqrt[2]*c^(3/2)*(b^2 - 4*a*c)*Sqrt[b + Sqrt[b^2 - 4*a*c]])

Rule 205

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]*ArcTan[x/Rt[a/b, 2]])/a, x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rule 1120

Int[((d_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_), x_Symbol] :> -Simp[(d^3*(d*x)^(m - 3)*(2*a +
 b*x^2)*(a + b*x^2 + c*x^4)^(p + 1))/(2*(p + 1)*(b^2 - 4*a*c)), x] + Dist[d^4/(2*(p + 1)*(b^2 - 4*a*c)), Int[(
d*x)^(m - 4)*(2*a*(m - 3) + b*(m + 4*p + 3)*x^2)*(a + b*x^2 + c*x^4)^(p + 1), x], x] /; FreeQ[{a, b, c, d}, x]
 && NeQ[b^2 - 4*a*c, 0] && LtQ[p, -1] && GtQ[m, 3] && IntegerQ[2*p] && (IntegerQ[p] || IntegerQ[m])

Rule 1166

Int[((d_) + (e_.)*(x_)^2)/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Di
st[e/2 + (2*c*d - b*e)/(2*q), Int[1/(b/2 - q/2 + c*x^2), x], x] + Dist[e/2 - (2*c*d - b*e)/(2*q), Int[1/(b/2 +
 q/2 + c*x^2), x], x]] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - a*e^2, 0] && PosQ[b^
2 - 4*a*c]

Rule 1279

Int[((f_.)*(x_))^(m_.)*((d_) + (e_.)*(x_)^2)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_), x_Symbol] :> Simp[(e*f
*(f*x)^(m - 1)*(a + b*x^2 + c*x^4)^(p + 1))/(c*(m + 4*p + 3)), x] - Dist[f^2/(c*(m + 4*p + 3)), Int[(f*x)^(m -
 2)*(a + b*x^2 + c*x^4)^p*Simp[a*e*(m - 1) + (b*e*(m + 2*p + 1) - c*d*(m + 4*p + 3))*x^2, x], x], x] /; FreeQ[
{a, b, c, d, e, f, p}, x] && NeQ[b^2 - 4*a*c, 0] && GtQ[m, 1] && NeQ[m + 4*p + 3, 0] && IntegerQ[2*p] && (Inte
gerQ[p] || IntegerQ[m])

Rubi steps

\begin {align*} \int \frac {x^6}{\left (a+b x^2+c x^4\right )^2} \, dx &=\frac {x^3 \left (2 a+b x^2\right )}{2 \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )}-\frac {\int \frac {x^2 \left (6 a+b x^2\right )}{a+b x^2+c x^4} \, dx}{2 \left (b^2-4 a c\right )}\\ &=-\frac {b x}{2 c \left (b^2-4 a c\right )}+\frac {x^3 \left (2 a+b x^2\right )}{2 \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )}+\frac {\int \frac {a b+\left (b^2-6 a c\right ) x^2}{a+b x^2+c x^4} \, dx}{2 c \left (b^2-4 a c\right )}\\ &=-\frac {b x}{2 c \left (b^2-4 a c\right )}+\frac {x^3 \left (2 a+b x^2\right )}{2 \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )}+\frac {\left (b^2-6 a c-\frac {b \left (b^2-8 a c\right )}{\sqrt {b^2-4 a c}}\right ) \int \frac {1}{\frac {b}{2}-\frac {1}{2} \sqrt {b^2-4 a c}+c x^2} \, dx}{4 c \left (b^2-4 a c\right )}+\frac {\left (b^2-6 a c+\frac {b \left (b^2-8 a c\right )}{\sqrt {b^2-4 a c}}\right ) \int \frac {1}{\frac {b}{2}+\frac {1}{2} \sqrt {b^2-4 a c}+c x^2} \, dx}{4 c \left (b^2-4 a c\right )}\\ &=-\frac {b x}{2 c \left (b^2-4 a c\right )}+\frac {x^3 \left (2 a+b x^2\right )}{2 \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )}+\frac {\left (b^2-6 a c-\frac {b \left (b^2-8 a c\right )}{\sqrt {b^2-4 a c}}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right )}{2 \sqrt {2} c^{3/2} \left (b^2-4 a c\right ) \sqrt {b-\sqrt {b^2-4 a c}}}+\frac {\left (b^2-6 a c+\frac {b \left (b^2-8 a c\right )}{\sqrt {b^2-4 a c}}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b+\sqrt {b^2-4 a c}}}\right )}{2 \sqrt {2} c^{3/2} \left (b^2-4 a c\right ) \sqrt {b+\sqrt {b^2-4 a c}}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.50, size = 282, normalized size = 1.04 \begin {gather*} \frac {-\frac {2 \sqrt {c} x \left (a \left (b-2 c x^2\right )+b^2 x^2\right )}{\left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )}+\frac {\sqrt {2} \left (b^2 \sqrt {b^2-4 a c}-6 a c \sqrt {b^2-4 a c}+8 a b c-b^3\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right )}{\left (b^2-4 a c\right )^{3/2} \sqrt {b-\sqrt {b^2-4 a c}}}+\frac {\sqrt {2} \left (b^2 \sqrt {b^2-4 a c}-6 a c \sqrt {b^2-4 a c}-8 a b c+b^3\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {\sqrt {b^2-4 a c}+b}}\right )}{\left (b^2-4 a c\right )^{3/2} \sqrt {\sqrt {b^2-4 a c}+b}}}{4 c^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^6/(a + b*x^2 + c*x^4)^2,x]

[Out]

((-2*Sqrt[c]*x*(b^2*x^2 + a*(b - 2*c*x^2)))/((b^2 - 4*a*c)*(a + b*x^2 + c*x^4)) + (Sqrt[2]*(-b^3 + 8*a*b*c + b
^2*Sqrt[b^2 - 4*a*c] - 6*a*c*Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b - Sqrt[b^2 - 4*a*c]]])/((b^2
 - 4*a*c)^(3/2)*Sqrt[b - Sqrt[b^2 - 4*a*c]]) + (Sqrt[2]*(b^3 - 8*a*b*c + b^2*Sqrt[b^2 - 4*a*c] - 6*a*c*Sqrt[b^
2 - 4*a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b + Sqrt[b^2 - 4*a*c]]])/((b^2 - 4*a*c)^(3/2)*Sqrt[b + Sqrt[b^2 -
4*a*c]]))/(4*c^(3/2))

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x^6}{\left (a+b x^2+c x^4\right )^2} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[x^6/(a + b*x^2 + c*x^4)^2,x]

[Out]

IntegrateAlgebraic[x^6/(a + b*x^2 + c*x^4)^2, x]

________________________________________________________________________________________

fricas [B]  time = 1.44, size = 2257, normalized size = 8.33

result too large to display

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^6/(c*x^4+b*x^2+a)^2,x, algorithm="fricas")

[Out]

-1/4*(2*(b^2 - 2*a*c)*x^3 + 2*a*b*x - sqrt(1/2)*((b^2*c^2 - 4*a*c^3)*x^4 + a*b^2*c - 4*a^2*c^2 + (b^3*c - 4*a*
b*c^2)*x^2)*sqrt(-(b^5 - 15*a*b^3*c + 60*a^2*b*c^2 + (b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6)*sq
rt((b^4 - 18*a*b^2*c + 81*a^2*c^2)/(b^6*c^6 - 12*a*b^4*c^7 + 48*a^2*b^2*c^8 - 64*a^3*c^9)))/(b^6*c^3 - 12*a*b^
4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6))*log((5*a*b^4 - 81*a^2*b^2*c + 324*a^3*c^2)*x + 1/2*sqrt(1/2)*(b^7 - 17*a
*b^5*c + 88*a^2*b^3*c^2 - 144*a^3*b*c^3 - (b^8*c^3 - 24*a*b^6*c^4 + 192*a^2*b^4*c^5 - 640*a^3*b^2*c^6 + 768*a^
4*c^7)*sqrt((b^4 - 18*a*b^2*c + 81*a^2*c^2)/(b^6*c^6 - 12*a*b^4*c^7 + 48*a^2*b^2*c^8 - 64*a^3*c^9)))*sqrt(-(b^
5 - 15*a*b^3*c + 60*a^2*b*c^2 + (b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6)*sqrt((b^4 - 18*a*b^2*c
+ 81*a^2*c^2)/(b^6*c^6 - 12*a*b^4*c^7 + 48*a^2*b^2*c^8 - 64*a^3*c^9)))/(b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^
5 - 64*a^3*c^6))) + sqrt(1/2)*((b^2*c^2 - 4*a*c^3)*x^4 + a*b^2*c - 4*a^2*c^2 + (b^3*c - 4*a*b*c^2)*x^2)*sqrt(-
(b^5 - 15*a*b^3*c + 60*a^2*b*c^2 + (b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6)*sqrt((b^4 - 18*a*b^2
*c + 81*a^2*c^2)/(b^6*c^6 - 12*a*b^4*c^7 + 48*a^2*b^2*c^8 - 64*a^3*c^9)))/(b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2
*c^5 - 64*a^3*c^6))*log((5*a*b^4 - 81*a^2*b^2*c + 324*a^3*c^2)*x - 1/2*sqrt(1/2)*(b^7 - 17*a*b^5*c + 88*a^2*b^
3*c^2 - 144*a^3*b*c^3 - (b^8*c^3 - 24*a*b^6*c^4 + 192*a^2*b^4*c^5 - 640*a^3*b^2*c^6 + 768*a^4*c^7)*sqrt((b^4 -
 18*a*b^2*c + 81*a^2*c^2)/(b^6*c^6 - 12*a*b^4*c^7 + 48*a^2*b^2*c^8 - 64*a^3*c^9)))*sqrt(-(b^5 - 15*a*b^3*c + 6
0*a^2*b*c^2 + (b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6)*sqrt((b^4 - 18*a*b^2*c + 81*a^2*c^2)/(b^6
*c^6 - 12*a*b^4*c^7 + 48*a^2*b^2*c^8 - 64*a^3*c^9)))/(b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6)))
- sqrt(1/2)*((b^2*c^2 - 4*a*c^3)*x^4 + a*b^2*c - 4*a^2*c^2 + (b^3*c - 4*a*b*c^2)*x^2)*sqrt(-(b^5 - 15*a*b^3*c
+ 60*a^2*b*c^2 - (b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6)*sqrt((b^4 - 18*a*b^2*c + 81*a^2*c^2)/(
b^6*c^6 - 12*a*b^4*c^7 + 48*a^2*b^2*c^8 - 64*a^3*c^9)))/(b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6)
)*log((5*a*b^4 - 81*a^2*b^2*c + 324*a^3*c^2)*x + 1/2*sqrt(1/2)*(b^7 - 17*a*b^5*c + 88*a^2*b^3*c^2 - 144*a^3*b*
c^3 + (b^8*c^3 - 24*a*b^6*c^4 + 192*a^2*b^4*c^5 - 640*a^3*b^2*c^6 + 768*a^4*c^7)*sqrt((b^4 - 18*a*b^2*c + 81*a
^2*c^2)/(b^6*c^6 - 12*a*b^4*c^7 + 48*a^2*b^2*c^8 - 64*a^3*c^9)))*sqrt(-(b^5 - 15*a*b^3*c + 60*a^2*b*c^2 - (b^6
*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6)*sqrt((b^4 - 18*a*b^2*c + 81*a^2*c^2)/(b^6*c^6 - 12*a*b^4*c^
7 + 48*a^2*b^2*c^8 - 64*a^3*c^9)))/(b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6))) + sqrt(1/2)*((b^2*
c^2 - 4*a*c^3)*x^4 + a*b^2*c - 4*a^2*c^2 + (b^3*c - 4*a*b*c^2)*x^2)*sqrt(-(b^5 - 15*a*b^3*c + 60*a^2*b*c^2 - (
b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6)*sqrt((b^4 - 18*a*b^2*c + 81*a^2*c^2)/(b^6*c^6 - 12*a*b^4
*c^7 + 48*a^2*b^2*c^8 - 64*a^3*c^9)))/(b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6))*log((5*a*b^4 - 8
1*a^2*b^2*c + 324*a^3*c^2)*x - 1/2*sqrt(1/2)*(b^7 - 17*a*b^5*c + 88*a^2*b^3*c^2 - 144*a^3*b*c^3 + (b^8*c^3 - 2
4*a*b^6*c^4 + 192*a^2*b^4*c^5 - 640*a^3*b^2*c^6 + 768*a^4*c^7)*sqrt((b^4 - 18*a*b^2*c + 81*a^2*c^2)/(b^6*c^6 -
 12*a*b^4*c^7 + 48*a^2*b^2*c^8 - 64*a^3*c^9)))*sqrt(-(b^5 - 15*a*b^3*c + 60*a^2*b*c^2 - (b^6*c^3 - 12*a*b^4*c^
4 + 48*a^2*b^2*c^5 - 64*a^3*c^6)*sqrt((b^4 - 18*a*b^2*c + 81*a^2*c^2)/(b^6*c^6 - 12*a*b^4*c^7 + 48*a^2*b^2*c^8
 - 64*a^3*c^9)))/(b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6))))/((b^2*c^2 - 4*a*c^3)*x^4 + a*b^2*c
- 4*a^2*c^2 + (b^3*c - 4*a*b*c^2)*x^2)

________________________________________________________________________________________

giac [B]  time = 1.06, size = 2736, normalized size = 10.10

result too large to display

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^6/(c*x^4+b*x^2+a)^2,x, algorithm="giac")

[Out]

-1/2*(b^2*x^3 - 2*a*c*x^3 + a*b*x)/((c*x^4 + b*x^2 + a)*(b^2*c - 4*a*c^2)) - 1/16*(2*b^8*c^4 - 32*a*b^6*c^5 +
160*a^2*b^4*c^6 - 256*a^3*b^2*c^7 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^8*c^2 + 16*sqr
t(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^6*c^3 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt
(b^2 - 4*a*c)*c)*b^7*c^3 - 80*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^4*c^4 - 24*sqrt(
2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^5*c^4 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2
 - 4*a*c)*c)*b^6*c^4 + 128*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^3*b^2*c^5 + 64*sqrt(2)*
sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^3*c^5 + 12*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b
^2 - 4*a*c)*c)*a*b^4*c^5 - 32*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^2*c^6 - 2*(b^2 -
 4*a*c)*b^6*c^4 + 24*(b^2 - 4*a*c)*a*b^4*c^5 - 64*(b^2 - 4*a*c)*a^2*b^2*c^6 - (2*b^4*c^2 - 20*a*b^2*c^3 + 48*a
^2*c^4 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^4 + 10*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c
 + sqrt(b^2 - 4*a*c)*c)*a*b^2*c + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^3*c - 24*sqrt(
2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*c^2 - 12*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^
2 - 4*a*c)*c)*a*b*c^2 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^2*c^2 + 6*sqrt(2)*sqrt(b^2
 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*c^3 - 2*(b^2 - 4*a*c)*b^2*c^2 + 12*(b^2 - 4*a*c)*a*c^3)*(b^2*c - 4
*a*c^2)^2 - 2*(sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^5*c^2 - 8*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a
^2*b^3*c^3 - 2*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^4*c^3 - 2*a*b^5*c^3 + 16*sqrt(2)*sqrt(b*c + sqrt(b^
2 - 4*a*c)*c)*a^3*b*c^4 + 8*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^2*c^4 + sqrt(2)*sqrt(b*c + sqrt(b^2
- 4*a*c)*c)*a*b^3*c^4 + 16*a^2*b^3*c^4 - 4*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b*c^5 - 32*a^3*b*c^5 +
2*(b^2 - 4*a*c)*a*b^3*c^3 - 8*(b^2 - 4*a*c)*a^2*b*c^4)*abs(b^2*c - 4*a*c^2))*arctan(2*sqrt(1/2)*x/sqrt((b^3*c
- 4*a*b*c^2 + sqrt((b^3*c - 4*a*b*c^2)^2 - 4*(a*b^2*c - 4*a^2*c^2)*(b^2*c^2 - 4*a*c^3)))/(b^2*c^2 - 4*a*c^3)))
/((a*b^6*c^3 - 12*a^2*b^4*c^4 - 2*a*b^5*c^4 + 48*a^3*b^2*c^5 + 16*a^2*b^3*c^5 + a*b^4*c^5 - 64*a^4*c^6 - 32*a^
3*b*c^6 - 8*a^2*b^2*c^6 + 16*a^3*c^7)*abs(b^2*c - 4*a*c^2)*abs(c)) + 1/16*(2*b^8*c^4 - 32*a*b^6*c^5 + 160*a^2*
b^4*c^6 - 256*a^3*b^2*c^7 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*b^8*c^2 + 16*sqrt(2)*sqr
t(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*b^6*c^3 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4
*a*c)*c)*b^7*c^3 - 80*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a^2*b^4*c^4 - 24*sqrt(2)*sqrt(
b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*b^5*c^4 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c
)*c)*b^6*c^4 + 128*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a^3*b^2*c^5 + 64*sqrt(2)*sqrt(b^2
 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a^2*b^3*c^5 + 12*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a
*c)*c)*a*b^4*c^5 - 32*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a^2*b^2*c^6 - 2*(b^2 - 4*a*c)*
b^6*c^4 + 24*(b^2 - 4*a*c)*a*b^4*c^5 - 64*(b^2 - 4*a*c)*a^2*b^2*c^6 - (2*b^4*c^2 - 20*a*b^2*c^3 + 48*a^2*c^4 -
 sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*b^4 + 10*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(
b^2 - 4*a*c)*c)*a*b^2*c + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*b^3*c - 24*sqrt(2)*sqrt(
b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a^2*c^2 - 12*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*
c)*c)*a*b*c^2 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*b^2*c^2 + 6*sqrt(2)*sqrt(b^2 - 4*a*c
)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*c^3 - 2*(b^2 - 4*a*c)*b^2*c^2 + 12*(b^2 - 4*a*c)*a*c^3)*(b^2*c - 4*a*c^2)^
2 + 2*(sqrt(2)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*b^5*c^2 - 8*sqrt(2)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a^2*b^3*c
^3 - 2*sqrt(2)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a*b^4*c^3 + 2*a*b^5*c^3 + 16*sqrt(2)*sqrt(b*c - sqrt(b^2 - 4*a*
c)*c)*a^3*b*c^4 + 8*sqrt(2)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a^2*b^2*c^4 + sqrt(2)*sqrt(b*c - sqrt(b^2 - 4*a*c)
*c)*a*b^3*c^4 - 16*a^2*b^3*c^4 - 4*sqrt(2)*sqrt(b*c - sqrt(b^2 - 4*a*c)*c)*a^2*b*c^5 + 32*a^3*b*c^5 - 2*(b^2 -
 4*a*c)*a*b^3*c^3 + 8*(b^2 - 4*a*c)*a^2*b*c^4)*abs(b^2*c - 4*a*c^2))*arctan(2*sqrt(1/2)*x/sqrt((b^3*c - 4*a*b*
c^2 - sqrt((b^3*c - 4*a*b*c^2)^2 - 4*(a*b^2*c - 4*a^2*c^2)*(b^2*c^2 - 4*a*c^3)))/(b^2*c^2 - 4*a*c^3)))/((a*b^6
*c^3 - 12*a^2*b^4*c^4 - 2*a*b^5*c^4 + 48*a^3*b^2*c^5 + 16*a^2*b^3*c^5 + a*b^4*c^5 - 64*a^4*c^6 - 32*a^3*b*c^6
- 8*a^2*b^2*c^6 + 16*a^3*c^7)*abs(b^2*c - 4*a*c^2)*abs(c))

________________________________________________________________________________________

maple [B]  time = 0.03, size = 602, normalized size = 2.22 \begin {gather*} \frac {2 \sqrt {2}\, a b \arctanh \left (\frac {\sqrt {2}\, c x}{\sqrt {\left (-b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{\left (4 a c -b^{2}\right ) \sqrt {-4 a c +b^{2}}\, \sqrt {\left (-b +\sqrt {-4 a c +b^{2}}\right ) c}}+\frac {2 \sqrt {2}\, a b \arctan \left (\frac {\sqrt {2}\, c x}{\sqrt {\left (b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{\left (4 a c -b^{2}\right ) \sqrt {-4 a c +b^{2}}\, \sqrt {\left (b +\sqrt {-4 a c +b^{2}}\right ) c}}-\frac {\sqrt {2}\, b^{3} \arctanh \left (\frac {\sqrt {2}\, c x}{\sqrt {\left (-b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{4 \left (4 a c -b^{2}\right ) \sqrt {-4 a c +b^{2}}\, \sqrt {\left (-b +\sqrt {-4 a c +b^{2}}\right ) c}\, c}-\frac {\sqrt {2}\, b^{3} \arctan \left (\frac {\sqrt {2}\, c x}{\sqrt {\left (b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{4 \left (4 a c -b^{2}\right ) \sqrt {-4 a c +b^{2}}\, \sqrt {\left (b +\sqrt {-4 a c +b^{2}}\right ) c}\, c}-\frac {3 \sqrt {2}\, a \arctanh \left (\frac {\sqrt {2}\, c x}{\sqrt {\left (-b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{2 \left (4 a c -b^{2}\right ) \sqrt {\left (-b +\sqrt {-4 a c +b^{2}}\right ) c}}+\frac {3 \sqrt {2}\, a \arctan \left (\frac {\sqrt {2}\, c x}{\sqrt {\left (b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{2 \left (4 a c -b^{2}\right ) \sqrt {\left (b +\sqrt {-4 a c +b^{2}}\right ) c}}+\frac {\sqrt {2}\, b^{2} \arctanh \left (\frac {\sqrt {2}\, c x}{\sqrt {\left (-b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{4 \left (4 a c -b^{2}\right ) \sqrt {\left (-b +\sqrt {-4 a c +b^{2}}\right ) c}\, c}-\frac {\sqrt {2}\, b^{2} \arctan \left (\frac {\sqrt {2}\, c x}{\sqrt {\left (b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{4 \left (4 a c -b^{2}\right ) \sqrt {\left (b +\sqrt {-4 a c +b^{2}}\right ) c}\, c}+\frac {\frac {a b x}{2 \left (4 a c -b^{2}\right ) c}-\frac {\left (2 a c -b^{2}\right ) x^{3}}{2 \left (4 a c -b^{2}\right ) c}}{c \,x^{4}+b \,x^{2}+a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^6/(c*x^4+b*x^2+a)^2,x)

[Out]

(-1/2*(2*a*c-b^2)/c/(4*a*c-b^2)*x^3+1/2/(4*a*c-b^2)*a*b/c*x)/(c*x^4+b*x^2+a)-3/2/(4*a*c-b^2)*2^(1/2)/((-b+(-4*
a*c+b^2)^(1/2))*c)^(1/2)*arctanh(2^(1/2)/((-b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*c*x)*a+1/4/(4*a*c-b^2)/c*2^(1/2)/((
-b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*arctanh(2^(1/2)/((-b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*c*x)*b^2+2/(4*a*c-b^2)/(-4*a
*c+b^2)^(1/2)*2^(1/2)/((-b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*arctanh(2^(1/2)/((-b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*c*x)
*a*b-1/4/(4*a*c-b^2)/c/(-4*a*c+b^2)^(1/2)*2^(1/2)/((-b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*arctanh(2^(1/2)/((-b+(-4*a
*c+b^2)^(1/2))*c)^(1/2)*c*x)*b^3+3/2/(4*a*c-b^2)*2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*arctan(2^(1/2)/((b+(
-4*a*c+b^2)^(1/2))*c)^(1/2)*c*x)*a-1/4/(4*a*c-b^2)/c*2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*arctan(2^(1/2)/(
(b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*c*x)*b^2+2/(4*a*c-b^2)/(-4*a*c+b^2)^(1/2)*2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(
1/2)*arctan(2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*c*x)*a*b-1/4/(4*a*c-b^2)/c/(-4*a*c+b^2)^(1/2)*2^(1/2)/((b
+(-4*a*c+b^2)^(1/2))*c)^(1/2)*arctan(2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*c*x)*b^3

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} -\frac {{\left (b^{2} - 2 \, a c\right )} x^{3} + a b x}{2 \, {\left ({\left (b^{2} c^{2} - 4 \, a c^{3}\right )} x^{4} + a b^{2} c - 4 \, a^{2} c^{2} + {\left (b^{3} c - 4 \, a b c^{2}\right )} x^{2}\right )}} - \frac {-\int \frac {{\left (b^{2} - 6 \, a c\right )} x^{2} + a b}{c x^{4} + b x^{2} + a}\,{d x}}{2 \, {\left (b^{2} c - 4 \, a c^{2}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^6/(c*x^4+b*x^2+a)^2,x, algorithm="maxima")

[Out]

-1/2*((b^2 - 2*a*c)*x^3 + a*b*x)/((b^2*c^2 - 4*a*c^3)*x^4 + a*b^2*c - 4*a^2*c^2 + (b^3*c - 4*a*b*c^2)*x^2) - 1
/2*integrate(-((b^2 - 6*a*c)*x^2 + a*b)/(c*x^4 + b*x^2 + a), x)/(b^2*c - 4*a*c^2)

________________________________________________________________________________________

mupad [B]  time = 6.00, size = 6293, normalized size = 23.22

result too large to display

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^6/(a + b*x^2 + c*x^4)^2,x)

[Out]

- ((x^3*(2*a*c - b^2))/(2*c*(4*a*c - b^2)) - (a*b*x)/(2*c*(4*a*c - b^2)))/(a + b*x^2 + c*x^4) - atan(((((16*a*
b^7*c^2 - 1024*a^4*b*c^5 - 192*a^2*b^5*c^3 + 768*a^3*b^3*c^4)/(8*(b^6*c - 64*a^3*c^4 - 12*a*b^4*c^2 + 48*a^2*b
^2*c^3)) - (x*(-(b^11 + b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3
840*a^4*b^3*c^4 - 27*a*b^9*c - 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 +
240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2)*(16*b^7*c^3 - 192*a*b^5*c^4
- 1024*a^3*b*c^6 + 768*a^2*b^3*c^5))/(2*(b^4*c + 16*a^2*c^3 - 8*a*b^2*c^2)))*(-(b^11 + b^2*(-(4*a*c - b^2)^9)^
(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c - 9*a*c*(-(4*a*c -
 b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b
^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2) - (x*(b^6 - 72*a^3*c^3 + 74*a^2*b^2*c^2 - 16*a*b^4*c))/(2*(b^4*c + 16*a^2*c
^3 - 8*a*b^2*c^2)))*(-(b^11 + b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c
^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c - 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*
c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2)*1i - (((16*a*b^7*c^2 -
 1024*a^4*b*c^5 - 192*a^2*b^5*c^3 + 768*a^3*b^3*c^4)/(8*(b^6*c - 64*a^3*c^4 - 12*a*b^4*c^2 + 48*a^2*b^2*c^3))
+ (x*(-(b^11 + b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b
^3*c^4 - 27*a*b^9*c - 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b
^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2)*(16*b^7*c^3 - 192*a*b^5*c^4 - 1024*a^
3*b*c^6 + 768*a^2*b^3*c^5))/(2*(b^4*c + 16*a^2*c^3 - 8*a*b^2*c^2)))*(-(b^11 + b^2*(-(4*a*c - b^2)^9)^(1/2) - 3
840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c - 9*a*c*(-(4*a*c - b^2)^9)^
(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 -
6144*a^5*b^2*c^8)))^(1/2) + (x*(b^6 - 72*a^3*c^3 + 74*a^2*b^2*c^2 - 16*a*b^4*c))/(2*(b^4*c + 16*a^2*c^3 - 8*a*
b^2*c^2)))*(-(b^11 + b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840
*a^4*b^3*c^4 - 27*a*b^9*c - 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240
*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2)*1i)/((((16*a*b^7*c^2 - 1024*a^4
*b*c^5 - 192*a^2*b^5*c^3 + 768*a^3*b^3*c^4)/(8*(b^6*c - 64*a^3*c^4 - 12*a*b^4*c^2 + 48*a^2*b^2*c^3)) - (x*(-(b
^11 + b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 -
27*a*b^9*c - 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 -
1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2)*(16*b^7*c^3 - 192*a*b^5*c^4 - 1024*a^3*b*c^6 +
 768*a^2*b^3*c^5))/(2*(b^4*c + 16*a^2*c^3 - 8*a*b^2*c^2)))*(-(b^11 + b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b
*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c - 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(3
2*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*
b^2*c^8)))^(1/2) - (x*(b^6 - 72*a^3*c^3 + 74*a^2*b^2*c^2 - 16*a*b^4*c))/(2*(b^4*c + 16*a^2*c^3 - 8*a*b^2*c^2))
)*(-(b^11 + b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*
c^4 - 27*a*b^9*c - 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*
c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2) + (((16*a*b^7*c^2 - 1024*a^4*b*c^5 - 192
*a^2*b^5*c^3 + 768*a^3*b^3*c^4)/(8*(b^6*c - 64*a^3*c^4 - 12*a*b^4*c^2 + 48*a^2*b^2*c^3)) + (x*(-(b^11 + b^2*(-
(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c -
 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6
*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2)*(16*b^7*c^3 - 192*a*b^5*c^4 - 1024*a^3*b*c^6 + 768*a^2*b^3
*c^5))/(2*(b^4*c + 16*a^2*c^3 - 8*a*b^2*c^2)))*(-(b^11 + b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a
^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c - 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*
c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(
1/2) + (x*(b^6 - 72*a^3*c^3 + 74*a^2*b^2*c^2 - 16*a*b^4*c))/(2*(b^4*c + 16*a^2*c^3 - 8*a*b^2*c^2)))*(-(b^11 +
b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b
^9*c - 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a
^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2) + (5*a^2*b^4 + 216*a^4*c^2 - 66*a^3*b^2*c)/(4*(b^6*c
 - 64*a^3*c^4 - 12*a*b^4*c^2 + 48*a^2*b^2*c^3))))*(-(b^11 + b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 28
8*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c - 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a
^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8))
)^(1/2)*2i - atan(((((16*a*b^7*c^2 - 1024*a^4*b*c^5 - 192*a^2*b^5*c^3 + 768*a^3*b^3*c^4)/(8*(b^6*c - 64*a^3*c^
4 - 12*a*b^4*c^2 + 48*a^2*b^2*c^3)) - (x*(-(b^11 - b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7
*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c + 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 +
b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2)*(
16*b^7*c^3 - 192*a*b^5*c^4 - 1024*a^3*b*c^6 + 768*a^2*b^3*c^5))/(2*(b^4*c + 16*a^2*c^3 - 8*a*b^2*c^2)))*(-(b^1
1 - b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27
*a*b^9*c + 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 12
80*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2) - (x*(b^6 - 72*a^3*c^3 + 74*a^2*b^2*c^2 - 16*a*b
^4*c))/(2*(b^4*c + 16*a^2*c^3 - 8*a*b^2*c^2)))*(-(b^11 - b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a
^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c + 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*
c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(
1/2)*1i - (((16*a*b^7*c^2 - 1024*a^4*b*c^5 - 192*a^2*b^5*c^3 + 768*a^3*b^3*c^4)/(8*(b^6*c - 64*a^3*c^4 - 12*a*
b^4*c^2 + 48*a^2*b^2*c^3)) + (x*(-(b^11 - b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 15
04*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c + 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3
- 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2)*(16*b^7*c^
3 - 192*a*b^5*c^4 - 1024*a^3*b*c^6 + 768*a^2*b^3*c^5))/(2*(b^4*c + 16*a^2*c^3 - 8*a*b^2*c^2)))*(-(b^11 - b^2*(
-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c
+ 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^
6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2) + (x*(b^6 - 72*a^3*c^3 + 74*a^2*b^2*c^2 - 16*a*b^4*c))/(2
*(b^4*c + 16*a^2*c^3 - 8*a*b^2*c^2)))*(-(b^11 - b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^
2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c + 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^1
2*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2)*1i)/
((((16*a*b^7*c^2 - 1024*a^4*b*c^5 - 192*a^2*b^5*c^3 + 768*a^3*b^3*c^4)/(8*(b^6*c - 64*a^3*c^4 - 12*a*b^4*c^2 +
 48*a^2*b^2*c^3)) - (x*(-(b^11 - b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^
5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c + 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^
10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2)*(16*b^7*c^3 - 192*a
*b^5*c^4 - 1024*a^3*b*c^6 + 768*a^2*b^3*c^5))/(2*(b^4*c + 16*a^2*c^3 - 8*a*b^2*c^2)))*(-(b^11 - b^2*(-(4*a*c -
 b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c + 9*a*c*(
-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3
840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2) - (x*(b^6 - 72*a^3*c^3 + 74*a^2*b^2*c^2 - 16*a*b^4*c))/(2*(b^4*c +
 16*a^2*c^3 - 8*a*b^2*c^2)))*(-(b^11 - b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*
a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c + 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 2
4*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2) + (((16*a*b^7
*c^2 - 1024*a^4*b*c^5 - 192*a^2*b^5*c^3 + 768*a^3*b^3*c^4)/(8*(b^6*c - 64*a^3*c^4 - 12*a*b^4*c^2 + 48*a^2*b^2*
c^3)) + (x*(-(b^11 - b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840
*a^4*b^3*c^4 - 27*a*b^9*c + 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240
*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2)*(16*b^7*c^3 - 192*a*b^5*c^4 - 1
024*a^3*b*c^6 + 768*a^2*b^3*c^5))/(2*(b^4*c + 16*a^2*c^3 - 8*a*b^2*c^2)))*(-(b^11 - b^2*(-(4*a*c - b^2)^9)^(1/
2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c + 9*a*c*(-(4*a*c - b^
2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*
c^7 - 6144*a^5*b^2*c^8)))^(1/2) + (x*(b^6 - 72*a^3*c^3 + 74*a^2*b^2*c^2 - 16*a*b^4*c))/(2*(b^4*c + 16*a^2*c^3
- 8*a*b^2*c^2)))*(-(b^11 - b^2*(-(4*a*c - b^2)^9)^(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3
+ 3840*a^4*b^3*c^4 - 27*a*b^9*c + 9*a*c*(-(4*a*c - b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4
 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2) + (5*a^2*b^4 + 216*a^4*c^
2 - 66*a^3*b^2*c)/(4*(b^6*c - 64*a^3*c^4 - 12*a*b^4*c^2 + 48*a^2*b^2*c^3))))*(-(b^11 - b^2*(-(4*a*c - b^2)^9)^
(1/2) - 3840*a^5*b*c^5 + 288*a^2*b^7*c^2 - 1504*a^3*b^5*c^3 + 3840*a^4*b^3*c^4 - 27*a*b^9*c + 9*a*c*(-(4*a*c -
 b^2)^9)^(1/2))/(32*(4096*a^6*c^9 + b^12*c^3 - 24*a*b^10*c^4 + 240*a^2*b^8*c^5 - 1280*a^3*b^6*c^6 + 3840*a^4*b
^4*c^7 - 6144*a^5*b^2*c^8)))^(1/2)*2i

________________________________________________________________________________________

sympy [A]  time = 51.73, size = 379, normalized size = 1.40 \begin {gather*} \frac {a b x + x^{3} \left (- 2 a c + b^{2}\right )}{8 a^{2} c^{2} - 2 a b^{2} c + x^{4} \left (8 a c^{3} - 2 b^{2} c^{2}\right ) + x^{2} \left (8 a b c^{2} - 2 b^{3} c\right )} + \operatorname {RootSum} {\left (t^{4} \left (1048576 a^{6} c^{9} - 1572864 a^{5} b^{2} c^{8} + 983040 a^{4} b^{4} c^{7} - 327680 a^{3} b^{6} c^{6} + 61440 a^{2} b^{8} c^{5} - 6144 a b^{10} c^{4} + 256 b^{12} c^{3}\right ) + t^{2} \left (- 61440 a^{5} b c^{5} + 61440 a^{4} b^{3} c^{4} - 24064 a^{3} b^{5} c^{3} + 4608 a^{2} b^{7} c^{2} - 432 a b^{9} c + 16 b^{11}\right ) + 1296 a^{5} c^{2} - 360 a^{4} b^{2} c + 25 a^{3} b^{4}, \left (t \mapsto t \log {\left (x + \frac {49152 t^{3} a^{4} c^{7} - 40960 t^{3} a^{3} b^{2} c^{6} + 12288 t^{3} a^{2} b^{4} c^{5} - 1536 t^{3} a b^{6} c^{4} + 64 t^{3} b^{8} c^{3} - 1728 t a^{3} b c^{3} + 656 t a^{2} b^{3} c^{2} - 88 t a b^{5} c + 4 t b^{7}}{324 a^{3} c^{2} - 81 a^{2} b^{2} c + 5 a b^{4}} \right )} \right )\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**6/(c*x**4+b*x**2+a)**2,x)

[Out]

(a*b*x + x**3*(-2*a*c + b**2))/(8*a**2*c**2 - 2*a*b**2*c + x**4*(8*a*c**3 - 2*b**2*c**2) + x**2*(8*a*b*c**2 -
2*b**3*c)) + RootSum(_t**4*(1048576*a**6*c**9 - 1572864*a**5*b**2*c**8 + 983040*a**4*b**4*c**7 - 327680*a**3*b
**6*c**6 + 61440*a**2*b**8*c**5 - 6144*a*b**10*c**4 + 256*b**12*c**3) + _t**2*(-61440*a**5*b*c**5 + 61440*a**4
*b**3*c**4 - 24064*a**3*b**5*c**3 + 4608*a**2*b**7*c**2 - 432*a*b**9*c + 16*b**11) + 1296*a**5*c**2 - 360*a**4
*b**2*c + 25*a**3*b**4, Lambda(_t, _t*log(x + (49152*_t**3*a**4*c**7 - 40960*_t**3*a**3*b**2*c**6 + 12288*_t**
3*a**2*b**4*c**5 - 1536*_t**3*a*b**6*c**4 + 64*_t**3*b**8*c**3 - 1728*_t*a**3*b*c**3 + 656*_t*a**2*b**3*c**2 -
 88*_t*a*b**5*c + 4*_t*b**7)/(324*a**3*c**2 - 81*a**2*b**2*c + 5*a*b**4))))

________________________________________________________________________________________